@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */ dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ form, fieldset, legend, button,  /* form elements 表单元素 */ th, td, /* table elements 表格元素 */ img/* img elements 图片元素 */ {
	margin: 0;
	padding: 0;
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;
}
body, th, td, textarea, input, select, option {
	font-family:"微软雅黑",Arial, Helvetica, sans-serif;font-size: 12px;color: #333333; font-weight: normal;}
td {
	font-size: 12px;color: #333333;}
/*---links---*/
body, button, input, select, textarea {
	color: #292929; outline: none;font-family:"微软雅黑",Arial, Helvetica, sans-serif;}
input {
	font-size: 12px; padding: 0;}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;}
em {
	font-style: normal;}
/** 重置列表元素 **/
ul, ol {
	list-style: none;}
/** 重置超链接元素 **/
a { 
	text-decoration: none; color:#363636;}
a:hover {
	text-decoration:none; color:#23a501;}
/** 重置图片元素 **/
img {
	border: 0px;}
/** 重置表格元素 **/
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
a:active {
	outline: none; blr:expression(this.onFocus=this.blur());}
img, a .img {
	border: 0；}
.clearfloat {
	clear: both; height: 0; font-size: 1px;	line-height: 0px;}
ul {
	list-style: none;}
h1, h2 {
	font-size: 12px; color: #666666;}
.titlefont {
	font-family: "微软雅黑";	color: #666666;	font-weight: bold;}
.contfont {
	color:; font-size:; font-weight:;}
.top_color {
	color: #666666;}
.red {
	color: red;}
/*///////////////------------------------CSS功能样式表开始----------------------------////////////////////*/

.overflowtxt {           /*隐藏超出宽度的文字，IE下可加"..." 要把相应的标签设为区块元素*/
	text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.divwrap {
	word-break: break-all;    /*宽度要自定义。。。。视情况而定*/}
/*连在一起的英文字母自动换行---------------------------*/
.englishwh {
	word-break: break-all; word-warp: break-word; overflow: hidden;}
.englishwh_td {
	table-layout: fixed; word-break: break-all; word-wrap: break-word; overflow: hidden}
/*自适应高度*/
.height_auto {
	height: auto; overflow:hidden; zoom:1;}
.tabwrap {
	table-layout: fixed;}
.upf {                        /*字母全部大写*/
	text-transform: uppercase;}
.lowf {                      /*字母全部小写*/
	text-transform: lowercase;}
.capf {                      /*首字母大写*/
	text-transform: capitalize;}
.graystyle {                 /*素装效果*/
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
/*设置表格边框*/
.table_boder {
	border-style: solid; border-collapse: collapse;}
/*一像素高的DIV*/
/*.line {
	width: 500px; _height: 1px; _overflow: hidden; background: #EEEEEE;}*/
.left {
	float: left;}
.right {
	float: right;}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
/*Google浏览器专用*/
}
.watermark{ color:#ccc;}
	 
/*///////////////------------------------CSS功能样式表结束----------------------------////////////////////*/
